home *** CD-ROM | disk | FTP | other *** search
- object frmWatches: TfrmWatches
- Left = 265
- Top = 3
- BorderStyle = bsDialog
- Caption = 'Watches for "directory/filename"'
- ClientHeight = 393
- ClientWidth = 438
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 438
- 393)
- PixelsPerInch = 96
- TextHeight = 13
- object btnCancel: TButton
- Left = 355
- Top = 361
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object btnOK: TButton
- Left = 274
- Top = 361
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object gbWatches: TGroupBox
- Left = 8
- Top = 8
- Width = 424
- Height = 348
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'Watches'
- TabOrder = 2
- DesignSize = (
- 424
- 348)
- object btnRemove: TButton
- Left = 159
- Top = 315
- Width = 73
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&Remove'
- TabOrder = 3
- OnClick = btnRemoveClick
- end
- object btnNew: TButton
- Left = 7
- Top = 315
- Width = 73
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&New...'
- TabOrder = 1
- OnClick = btnNewClick
- end
- object lvWatches: TListView
- Left = 8
- Top = 20
- Width = 408
- Height = 291
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Title'
- MinWidth = 180
- Width = 280
- end
- item
- AutoSize = True
- Caption = 'Date & Time'
- MinWidth = 90
- end>
- GridLines = True
- ReadOnly = True
- RowSelect = True
- SortType = stBoth
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lvWatchesChange
- OnDblClick = lvWatchesDblClick
- OnKeyDown = lvWatchesKeyDown
- end
- object btnEdit: TButton
- Left = 84
- Top = 315
- Width = 73
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&Edit...'
- TabOrder = 2
- OnClick = btnEditClick
- end
- end
- end
-